Html Css Color HEX #615202 Raw Umber

📋 copy color: '#615202'

red 97 ◦ green 82 ◦ blue 2

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

Shades of Raw Umber #615202

Tints of Raw Umber #615202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

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

R = 53.59%
G = 45.3%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#615202 (or 0x615202) is known color: Raw Umber. HEX triplet: 61, 52 and 02. RGB value is (97,82,2). Sum of RGB (Red+Green+Blue) = 97+82+2=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #615202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615202 is #9EADFD. Grayscale: #4D4D4D. Windows color (decimal): -10399230 or 152161. OLE color: 152161.

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

Color convert

RGB 97 82 2 -
CMYK 0 0.15 0.98 0.62
HSL 50.53º 0.96% 0.19% -
HSV(B) 50.53º 0.98% 0.38% -
XYZ 7.96 8.58 1.29 -
YUV 77.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 97 82 2 0 0.15 0.98 0.62 50.53 0.96 0.19
Hex 61 52 2 0 F 62 3E 33 60 13
Octal 141 122 2 0 17 142 76 63 140 23
Binary 1100001 1010010 10 0 1111 1100010 111110 110011 1100000 10011

Color Harmonies of #615202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615202

Black with #615202

Text Example


Text Example

White with #615202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615202; }

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

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

background-color css

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

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

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

border-color css

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

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

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