Html Css Color HEX #615302 Raw Umber

📋 copy color: '#615302'

red 97 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #615302

Tints of Raw Umber #615302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

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

R = 53.3%
G = 45.6%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#615302 (or 0x615302) is known color: Raw Umber. HEX triplet: 61, 53 and 02. RGB value is (97,83,2). Sum of RGB (Red+Green+Blue) = 97+83+2=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #615302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615302 is #9EACFD. Grayscale: #4E4E4E. Windows color (decimal): -10398974 or 152417. OLE color: 152417.

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

Color convert

RGB 97 83 2 -
CMYK 0 0.14 0.98 0.62
HSL 51.16º 0.96% 0.19% -
HSV(B) 51.16º 0.98% 0.38% -
XYZ 8.03 8.73 1.32 -
YUV 77.95 85.14 141.59 -
System Red Green Blue C M Y K H S L
Decimal 97 83 2 0 0.14 0.98 0.62 51.16 0.96 0.19
Hex 61 53 2 0 E 62 3E 33 60 13
Octal 141 123 2 0 16 142 76 63 140 23
Binary 1100001 1010011 10 0 1110 1100010 111110 110011 1100000 10011

Color Harmonies of #615302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615302

Black with #615302

Text Example


Text Example

White with #615302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615302; }

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

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

background-color css

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

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

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

border-color css

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

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

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