Html Css Color HEX #63410C Raw Umber

📋 copy color: '#63410C'

red 99 ◦ green 65 ◦ blue 12

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

Shades of Raw Umber #63410C

Tints of Raw Umber #63410C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 36.93%

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

R = 56.25%
G = 36.93%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63410C (or 0x63410C) is known color: Raw Umber. HEX triplet: 63, 41 and 0C. RGB value is (99,65,12). Sum of RGB (Red+Green+Blue) = 99+65+12=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63410C is #9CBEF3. Grayscale: #454545. Windows color (decimal): -10272500 or 803171. OLE color: 803171.

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

Color convert

RGB 99 65 12 -
CMYK 0 0.34 0.88 0.61
HSL 36.55º 0.78% 0.22% -
HSV(B) 36.55º 0.88% 0.39% -
XYZ 7.1 6.46 1.22 -
YUV 69.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 99 65 12 0 0.34 0.88 0.61 36.55 0.78 0.22
Hex 63 41 C 0 22 58 3D 25 4E 16
Octal 143 101 14 0 42 130 75 45 116 26
Binary 1100011 1000001 1100 0 100010 1011000 111101 100101 1001110 10110

Color Harmonies of #63410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63410C

Black with #63410C

Text Example


Text Example

White with #63410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63410C; }

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

 H1.HeaderClassName
 {
   color: #63410C;
 }
 .AnyTagClassName
 {
   color: #63410C;
 }
</style>

background-color css

<style>
 a { background-color: #63410C; }

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

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

border-color css

<style>
 span { border-color: #63410C; }

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

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