Html Css Color HEX #63400C Raw Umber

📋 copy color: '#63400C'

red 99 ◦ green 64 ◦ blue 12

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

Shades of Raw Umber #63400C

Tints of Raw Umber #63400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 56.57%
G = 36.57%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63400C (or 0x63400C) is known color: Raw Umber. HEX triplet: 63, 40 and 0C. RGB value is (99,64,12). Sum of RGB (Red+Green+Blue) = 99+64+12=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63400C is #9CBFF3. Grayscale: #444444. Windows color (decimal): -10272756 or 802915. OLE color: 802915.

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

Color convert

RGB 99 64 12 -
CMYK 0 0.35 0.88 0.61
HSL 35.86º 0.78% 0.22% -
HSV(B) 35.86º 0.88% 0.39% -
XYZ 7.05 6.35 1.2 -
YUV 68.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 99 64 12 0 0.35 0.88 0.61 35.86 0.78 0.22
Hex 63 40 C 0 23 58 3D 24 4E 16
Octal 143 100 14 0 43 130 75 44 116 26
Binary 1100011 1000000 1100 0 100011 1011000 111101 100100 1001110 10110

Color Harmonies of #63400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63400C

Black with #63400C

Text Example


Text Example

White with #63400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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