Html Css Color HEX #613D05 Raw Umber

📋 copy color: '#613D05'

red 97 ◦ green 61 ◦ blue 5

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

Shades of Raw Umber #613D05

Tints of Raw Umber #613D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.07%

R = 59.51%
G = 37.42%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#613D05 (or 0x613D05) is known color: Raw Umber. HEX triplet: 61, 3D and 05. RGB value is (97,61,5). Sum of RGB (Red+Green+Blue) = 97+61+5=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #613D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613D05 is #9EC2FA. Grayscale: #414141. Windows color (decimal): -10404603 or 343393. OLE color: 343393.

HSL color Cylindrical-coordinate representation of color #613D05: hue angle of 36.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #613D05 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 61 5 -
CMYK 0 0.37 0.95 0.62
HSL 36.52º 0.9% 0.2% -
HSV(B) 36.52º 0.95% 0.38% -
XYZ 6.63 5.89 0.93 -
YUV 65.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 97 61 5 0 0.37 0.95 0.62 36.52 0.9 0.2
Hex 61 3D 5 0 25 5F 3E 25 5A 14
Octal 141 75 5 0 45 137 76 45 132 24
Binary 1100001 111101 101 0 100101 1011111 111110 100101 1011010 10100

Color Harmonies of #613D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D05

Black with #613D05

Text Example


Text Example

White with #613D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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