Html Css Color HEX #613F0D Raw Umber

📋 copy color: '#613F0D'

red 97 ◦ green 63 ◦ blue 13

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

Shades of Raw Umber #613F0D

Tints of Raw Umber #613F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 36.42%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 56.07%
G = 36.42%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#613F0D (or 0x613F0D) is known color: Raw Umber. HEX triplet: 61, 3F and 0D. RGB value is (97,63,13). Sum of RGB (Red+Green+Blue) = 97+63+13=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F0D is #9EC0F2. Grayscale: #434343. Windows color (decimal): -10404083 or 868193. OLE color: 868193.

HSL color Cylindrical-coordinate representation of color #613F0D: hue angle of 35.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #613F0D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 13 -
CMYK 0 0.35 0.87 0.62
HSL 35.71º 0.76% 0.22% -
HSV(B) 35.71º 0.87% 0.38% -
XYZ 6.78 6.13 1.21 -
YUV 67.47 97.26 149.07 -
System Red Green Blue C M Y K H S L
Decimal 97 63 13 0 0.35 0.87 0.62 35.71 0.76 0.22
Hex 61 3F D 0 23 57 3E 24 4C 16
Octal 141 77 15 0 43 127 76 44 114 26
Binary 1100001 111111 1101 0 100011 1010111 111110 100100 1001100 10110

Color Harmonies of #613F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F0D

Black with #613F0D

Text Example


Text Example

White with #613F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,63,13); }

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

background-color css

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

 a { background-color: rgb(97,63,13); }

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

border-color css

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

 span { border-color: rgb(97,63,13); }

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