Html Css Color HEX #613F00 Raw Umber

📋 copy color: '#613F00'

red 97 ◦ green 63 ◦ blue 0

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

Shades of Raw Umber #613F00

Tints of Raw Umber #613F00

RGB

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

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

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

R = 60.63%
G = 39.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#613F00 (or 0x613F00) is known color: Raw Umber. HEX triplet: 61, 3F and 00. RGB value is (97,63,0). Sum of RGB (Red+Green+Blue) = 97+63+0=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613F00 is #9EC0FF. Grayscale: #424242. Windows color (decimal): -10404096 or 16225. OLE color: 16225.

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

Color convert

RGB 97 63 0 -
CMYK 0 0.35 1 0.62
HSL 38.97º 1% 0.19% -
HSV(B) 38.97º 1% 0.38% -
XYZ 6.71 6.1 0.82 -
YUV 65.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 97 63 0 0 0.35 1 0.62 38.97 1 0.19
Hex 61 3F 0 0 23 64 3E 27 64 13
Octal 141 77 0 0 43 144 76 47 144 23
Binary 1100001 111111 0 0 100011 1100100 111110 100111 1100100 10011

Color Harmonies of #613F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F00

Black with #613F00

Text Example


Text Example

White with #613F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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