Html Css Color HEX #613B00 Raw Umber

📋 copy color: '#613B00'

red 97 ◦ green 59 ◦ blue 0

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

Shades of Raw Umber #613B00

Tints of Raw Umber #613B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.82%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.18%
G = 37.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#613B00 (or 0x613B00) is known color: Raw Umber. HEX triplet: 61, 3B and 00. RGB value is (97,59,0). Sum of RGB (Red+Green+Blue) = 97+59+0=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #613B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B00 is #9EC4FF. Grayscale: #3F3F3F. Windows color (decimal): -10405120 or 15201. OLE color: 15201.

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

Color convert

RGB 97 59 0 -
CMYK 0 0.39 1 0.62
HSL 36.49º 1% 0.19% -
HSV(B) 36.49º 1% 0.38% -
XYZ 6.49 5.67 0.75 -
YUV 63.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 97 59 0 0 0.39 1 0.62 36.49 1 0.19
Hex 61 3B 0 0 27 64 3E 24 64 13
Octal 141 73 0 0 47 144 76 44 144 23
Binary 1100001 111011 0 0 100111 1100100 111110 100100 1100100 10011

Color Harmonies of #613B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B00

Black with #613B00

Text Example


Text Example

White with #613B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613B00; }

 p { color: rgb(97,59,0); }

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

background-color css

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

 a { background-color: rgb(97,59,0); }

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

border-color css

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

 span { border-color: rgb(97,59,0); }

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