Html Css Color HEX #613C01 Raw Umber

📋 copy color: '#613C01'

red 97 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #613C01

Tints of Raw Umber #613C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

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

R = 61.39%
G = 37.97%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#613C01 (or 0x613C01) is known color: Raw Umber. HEX triplet: 61, 3C and 01. RGB value is (97,60,1). Sum of RGB (Red+Green+Blue) = 97+60+1=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #613C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613C01 is #9EC3FE. Grayscale: #404040. Windows color (decimal): -10404863 or 80993. OLE color: 80993.

HSL color Cylindrical-coordinate representation of color #613C01: hue angle of 36.88º 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 #613C01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 1 -
CMYK 0 0.38 0.99 0.62
HSL 36.88º 0.98% 0.19% -
HSV(B) 36.88º 0.99% 0.38% -
XYZ 6.55 5.78 0.8 -
YUV 64.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 97 60 1 0 0.38 0.99 0.62 36.88 0.98 0.19
Hex 61 3C 1 0 26 63 3E 25 62 13
Octal 141 74 1 0 46 143 76 45 142 23
Binary 1100001 111100 1 0 100110 1100011 111110 100101 1100010 10011

Color Harmonies of #613C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C01

Black with #613C01

Text Example


Text Example

White with #613C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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