Html Css Color HEX #61440F Raw Umber

📋 copy color: '#61440F'

red 97 ◦ green 68 ◦ blue 15

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

Shades of Raw Umber #61440F

Tints of Raw Umber #61440F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 53.89%
G = 37.78%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61440F (or 0x61440F) is known color: Raw Umber. HEX triplet: 61, 44 and 0F. RGB value is (97,68,15). Sum of RGB (Red+Green+Blue) = 97+68+15=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61440F is #9EBBF0. Grayscale: #464646. Windows color (decimal): -10402801 or 1000545. OLE color: 1000545.

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

Color convert

RGB 97 68 15 -
CMYK 0 0.30 0.85 0.62
HSL 38.78º 0.73% 0.22% -
HSV(B) 38.78º 0.85% 0.38% -
XYZ 7.08 6.71 1.37 -
YUV 70.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 97 68 15 0 0.30 0.85 0.62 38.78 0.73 0.22
Hex 61 44 F 0 1E 55 3E 27 49 16
Octal 141 104 17 0 36 125 76 47 111 26
Binary 1100001 1000100 1111 0 11110 1010101 111110 100111 1001001 10110

Color Harmonies of #61440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61440F

Black with #61440F

Text Example


Text Example

White with #61440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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