Html Css Color HEX #6F4701 Raw Umber

📋 copy color: '#6F4701'

red 111 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #6F4701

Tints of Raw Umber #6F4701

RGB

 RED value IS 111 (43.75% from 255) = 60.66%

 GREEN value IS 71 (28.13% from 255) = 38.8%

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

R = 60.66%
G = 38.8%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#6F4701 (or 0x6F4701) is known color: Raw Umber. HEX triplet: 6F, 47 and 01. RGB value is (111,71,1). Sum of RGB (Red+Green+Blue) = 111+71+1=183 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.66% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4701 is #90B8FE. Grayscale: #4B4B4B. Windows color (decimal): -9484543 or 83823. OLE color: 83823.

HSL color Cylindrical-coordinate representation of color #6F4701: hue angle of 38.18º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F4701 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 71 1 -
CMYK 0 0.36 0.99 0.56
HSL 38.18º 0.98% 0.22% -
HSV(B) 38.18º 0.99% 0.44% -
XYZ 8.81 7.89 1.09 -
YUV 74.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 111 71 1 0 0.36 0.99 0.56 38.18 0.98 0.22
Hex 6F 47 1 0 24 63 38 26 62 16
Octal 157 107 1 0 44 143 70 46 142 26
Binary 1101111 1000111 1 0 100100 1100011 111000 100110 1100010 10110

Color Harmonies of #6F4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4701

Black with #6F4701

Text Example


Text Example

White with #6F4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F4701; }

 p { color: rgb(111,71,1); }

 H1.HeaderClassName
 {
   color: #6F4701;
 }
 .AnyTagClassName
 {
   color: #6F4701;
 }
</style>

background-color css

<style>
 a { background-color: #6F4701; }

 a { background-color: rgb(111,71,1); }

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

border-color css

<style>
 span { border-color: #6F4701; }

 span { border-color: rgb(111,71,1); }

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