Html Css Color HEX #634E0C Raw Umber

📋 copy color: '#634E0C'

red 99 ◦ green 78 ◦ blue 12

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

Shades of Raw Umber #634E0C

Tints of Raw Umber #634E0C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.27%

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

R = 52.38%
G = 41.27%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#634E0C (or 0x634E0C) is known color: Raw Umber. HEX triplet: 63, 4E and 0C. RGB value is (99,78,12). Sum of RGB (Red+Green+Blue) = 99+78+12=189 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.38% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 99 - color contains mainly: red. Hex color #634E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #634E0C is #9CB1F3. Grayscale: #4D4D4D. Windows color (decimal): -10269172 or 806499. OLE color: 806499.

HSL color Cylindrical-coordinate representation of color #634E0C: hue angle of 45.52º 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 #634E0C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 78 12 -
CMYK 0 0.21 0.88 0.61
HSL 45.52º 0.78% 0.22% -
HSV(B) 45.52º 0.88% 0.39% -
XYZ 7.94 8.13 1.5 -
YUV 76.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 99 78 12 0 0.21 0.88 0.61 45.52 0.78 0.22
Hex 63 4E C 0 15 58 3D 2E 4E 16
Octal 143 116 14 0 25 130 75 56 116 26
Binary 1100011 1001110 1100 0 10101 1011000 111101 101110 1001110 10110

Color Harmonies of #634E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634E0C

Black with #634E0C

Text Example


Text Example

White with #634E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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