Html Css Color HEX #61450C Raw Umber

📋 copy color: '#61450C'

red 97 ◦ green 69 ◦ blue 12

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

Shades of Raw Umber #61450C

Tints of Raw Umber #61450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.76%

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

R = 54.49%
G = 38.76%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61450C (or 0x61450C) is known color: Raw Umber. HEX triplet: 61, 45 and 0C. RGB value is (97,69,12). Sum of RGB (Red+Green+Blue) = 97+69+12=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61450C is #9EBAF3. Grayscale: #474747. Windows color (decimal): -10402548 or 804193. OLE color: 804193.

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

Color convert

RGB 97 69 12 -
CMYK 0 0.29 0.88 0.62
HSL 40.24º 0.78% 0.21% -
HSV(B) 40.24º 0.88% 0.38% -
XYZ 7.12 6.82 1.29 -
YUV 70.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 97 69 12 0 0.29 0.88 0.62 40.24 0.78 0.21
Hex 61 45 C 0 1D 58 3E 28 4E 15
Octal 141 105 14 0 35 130 76 50 116 25
Binary 1100001 1000101 1100 0 11101 1011000 111110 101000 1001110 10101

Color Harmonies of #61450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61450C

Black with #61450C

Text Example


Text Example

White with #61450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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