Html Css Color HEX #613E01 Raw Umber

📋 copy color: '#613E01'

red 97 ◦ green 62 ◦ blue 1

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

Shades of Raw Umber #613E01

Tints of Raw Umber #613E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.75%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 60.63%
G = 38.75%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#613E01 (or 0x613E01) is known color: Raw Umber. HEX triplet: 61, 3E and 01. RGB value is (97,62,1). Sum of RGB (Red+Green+Blue) = 97+62+1=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613E01 is #9EC1FE. Grayscale: #414141. Windows color (decimal): -10404351 or 81505. OLE color: 81505.

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

Color convert

RGB 97 62 1 -
CMYK 0 0.36 0.99 0.62
HSL 38.13º 0.98% 0.19% -
HSV(B) 38.13º 0.99% 0.38% -
XYZ 6.66 5.99 0.83 -
YUV 65.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 97 62 1 0 0.36 0.99 0.62 38.13 0.98 0.19
Hex 61 3E 1 0 24 63 3E 26 62 13
Octal 141 76 1 0 44 143 76 46 142 23
Binary 1100001 111110 1 0 100100 1100011 111110 100110 1100010 10011

Color Harmonies of #613E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E01

Black with #613E01

Text Example


Text Example

White with #613E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,1); }

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

background-color css

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

 a { background-color: rgb(97,62,1); }

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

border-color css

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

 span { border-color: rgb(97,62,1); }

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