Html Css Color HEX #613D00 Raw Umber

📋 copy color: '#613D00'

red 97 ◦ green 61 ◦ blue 0

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

Shades of Raw Umber #613D00

Tints of Raw Umber #613D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 38.61%

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

R = 61.39%
G = 38.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#613D00 (or 0x613D00) is known color: Raw Umber. HEX triplet: 61, 3D and 00. RGB value is (97,61,0). Sum of RGB (Red+Green+Blue) = 97+61+0=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #613D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D00 is #9EC2FF. Grayscale: #414141. Windows color (decimal): -10404608 or 15713. OLE color: 15713.

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

Color convert

RGB 97 61 0 -
CMYK 0 0.37 1 0.62
HSL 37.73º 1% 0.19% -
HSV(B) 37.73º 1% 0.38% -
XYZ 6.6 5.88 0.79 -
YUV 64.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 97 61 0 0 0.37 1 0.62 37.73 1 0.19
Hex 61 3D 0 0 25 64 3E 26 64 13
Octal 141 75 0 0 45 144 76 46 144 23
Binary 1100001 111101 0 0 100101 1100100 111110 100110 1100100 10011

Color Harmonies of #613D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D00

Black with #613D00

Text Example


Text Example

White with #613D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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