Html Css Color HEX #614405 Raw Umber

📋 copy color: '#614405'

red 97 ◦ green 68 ◦ blue 5

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

Shades of Raw Umber #614405

Tints of Raw Umber #614405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.94%

R = 57.06%
G = 40%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#614405 (or 0x614405) is known color: Raw Umber. HEX triplet: 61, 44 and 05. RGB value is (97,68,5). Sum of RGB (Red+Green+Blue) = 97+68+5=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #614405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614405 is #9EBBFA. Grayscale: #454545. Windows color (decimal): -10402811 or 345185. OLE color: 345185.

HSL color Cylindrical-coordinate representation of color #614405: hue angle of 41.09º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #614405 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 68 5 -
CMYK 0 0.30 0.95 0.62
HSL 41.09º 0.9% 0.2% -
HSV(B) 41.09º 0.95% 0.38% -
XYZ 7.02 6.69 1.06 -
YUV 69.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 97 68 5 0 0.30 0.95 0.62 41.09 0.9 0.2
Hex 61 44 5 0 1E 5F 3E 29 5A 14
Octal 141 104 5 0 36 137 76 51 132 24
Binary 1100001 1000100 101 0 11110 1011111 111110 101001 1011010 10100

Color Harmonies of #614405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614405

Black with #614405

Text Example


Text Example

White with #614405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614405; }

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

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

background-color css

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

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

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

border-color css

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

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

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