Html Css Color HEX #61440C Raw Umber

📋 copy color: '#61440C'

red 97 ◦ green 68 ◦ blue 12

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

Shades of Raw Umber #61440C

Tints of Raw Umber #61440C

RGB

 RED value IS 97 (38.28% from 255) = 54.8%

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 54.8%
G = 38.42%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61440C (or 0x61440C) is known color: Raw Umber. HEX triplet: 61, 44 and 0C. RGB value is (97,68,12). Sum of RGB (Red+Green+Blue) = 97+68+12=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61440C is #9EBBF3. Grayscale: #464646. Windows color (decimal): -10402804 or 803937. OLE color: 803937.

HSL color Cylindrical-coordinate representation of color #61440C: hue angle of 39.53º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61440C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 12 -
CMYK 0 0.30 0.88 0.62
HSL 39.53º 0.78% 0.21% -
HSV(B) 39.53º 0.88% 0.38% -
XYZ 7.06 6.7 1.27 -
YUV 70.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 97 68 12 0 0.30 0.88 0.62 39.53 0.78 0.21
Hex 61 44 C 0 1E 58 3E 28 4E 15
Octal 141 104 14 0 36 130 76 50 116 25
Binary 1100001 1000100 1100 0 11110 1011000 111110 101000 1001110 10101

Color Harmonies of #61440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61440C

Black with #61440C

Text Example


Text Example

White with #61440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,68,12); }

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

background-color css

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

 a { background-color: rgb(97,68,12); }

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

border-color css

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

 span { border-color: rgb(97,68,12); }

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