Html Css Color HEX #615602 Raw Umber

📋 copy color: '#615602'

red 97 ◦ green 86 ◦ blue 2

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

Shades of Raw Umber #615602

Tints of Raw Umber #615602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.49%

 BLUE value IS 2 (1.17% from 255) = 1.08%

R = 52.43%
G = 46.49%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#615602 (or 0x615602) is known color: Raw Umber. HEX triplet: 61, 56 and 02. RGB value is (97,86,2). Sum of RGB (Red+Green+Blue) = 97+86+2=185 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.43% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 97 - color contains mainly: red. Hex color #615602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615602 is #9EA9FD. Grayscale: #505050. Windows color (decimal): -10398206 or 153185. OLE color: 153185.

HSL color Cylindrical-coordinate representation of color #615602: hue angle of 53.05º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #615602 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 86 2 -
CMYK 0 0.11 0.98 0.62
HSL 53.05º 0.96% 0.19% -
HSV(B) 53.05º 0.98% 0.38% -
XYZ 8.27 9.2 1.4 -
YUV 79.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 97 86 2 0 0.11 0.98 0.62 53.05 0.96 0.19
Hex 61 56 2 0 B 62 3E 35 60 13
Octal 141 126 2 0 13 142 76 65 140 23
Binary 1100001 1010110 10 0 1011 1100010 111110 110101 1100000 10011

Color Harmonies of #615602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615602

Black with #615602

Text Example


Text Example

White with #615602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615602; }

 p { color: rgb(97,86,2); }

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

background-color css

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

 a { background-color: rgb(97,86,2); }

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

border-color css

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

 span { border-color: rgb(97,86,2); }

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