Html Css Color HEX #614505 Raw Umber

📋 copy color: '#614505'

red 97 ◦ green 69 ◦ blue 5

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

Shades of Raw Umber #614505

Tints of Raw Umber #614505

RGB

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

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

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

R = 56.73%
G = 40.35%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#614505 (or 0x614505) is known color: Raw Umber. HEX triplet: 61, 45 and 05. RGB value is (97,69,5). Sum of RGB (Red+Green+Blue) = 97+69+5=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #614505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614505 is #9EBAFA. Grayscale: #464646. Windows color (decimal): -10402555 or 345441. OLE color: 345441.

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

Color convert

RGB 97 69 5 -
CMYK 0 0.29 0.95 0.62
HSL 41.74º 0.9% 0.2% -
HSV(B) 41.74º 0.95% 0.38% -
XYZ 7.09 6.81 1.08 -
YUV 70.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 97 69 5 0 0.29 0.95 0.62 41.74 0.9 0.2
Hex 61 45 5 0 1D 5F 3E 2A 5A 14
Octal 141 105 5 0 35 137 76 52 132 24
Binary 1100001 1000101 101 0 11101 1011111 111110 101010 1011010 10100

Color Harmonies of #614505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614505

Black with #614505

Text Example


Text Example

White with #614505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614505; }

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

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

background-color css

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

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

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

border-color css

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

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

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