Html Css Color HEX #634A0C Raw Umber

📋 copy color: '#634A0C'

red 99 ◦ green 74 ◦ blue 12

#634A0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #634A0C

Tints of Raw Umber #634A0C

RGB

 RED value IS 99 (39.06% from 255) = 53.51%

 GREEN value IS 74 (29.3% from 255) = 40%

 BLUE value IS 12 (5.08% from 255) = 6.49%

R = 53.51%
G = 40%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#634A0C (or 0x634A0C) is known color: Raw Umber. HEX triplet: 63, 4A and 0C. RGB value is (99,74,12). Sum of RGB (Red+Green+Blue) = 99+74+12=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #634A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634A0C is #9CB5F3. Grayscale: #4A4A4A. Windows color (decimal): -10270196 or 805475. OLE color: 805475.

HSL color Cylindrical-coordinate representation of color #634A0C: hue angle of 42.76º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #634A0C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 74 12 -
CMYK 0 0.25 0.88 0.61
HSL 42.76º 0.78% 0.22% -
HSV(B) 42.76º 0.88% 0.39% -
XYZ 7.66 7.58 1.41 -
YUV 74.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 99 74 12 0 0.25 0.88 0.61 42.76 0.78 0.22
Hex 63 4A C 0 19 58 3D 2B 4E 16
Octal 143 112 14 0 31 130 75 53 116 26
Binary 1100011 1001010 1100 0 11001 1011000 111101 101011 1001110 10110

Color Harmonies of #634A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634A0C

Black with #634A0C

Text Example


Text Example

White with #634A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634A0C; }

 p { color: rgb(99,74,12); }

 H1.HeaderClassName
 {
   color: #634A0C;
 }
 .AnyTagClassName
 {
   color: #634A0C;
 }
</style>

background-color css

<style>
 a { background-color: #634A0C; }

 a { background-color: rgb(99,74,12); }

 div.DivClassName
 {
   background-color: #634A0C;
 }
 .BgClassName
 {
   background-color: #634A0C;
 }
</style>

border-color css

<style>
 span { border-color: #634A0C; }

 span { border-color: rgb(99,74,12); }

 td.TdClassName
 {
   border-color: #634A0C;
 }
 .TagClassName
 {
   border-color: #634A0C;
 }
</style>