Html Css Color HEX #6F4700 Raw Umber

📋 copy color: '#6F4700'

red 111 ◦ green 71 ◦ blue 0

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

Shades of Raw Umber #6F4700

Tints of Raw Umber #6F4700

RGB

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

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

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

R = 60.99%
G = 39.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F4700 (or 0x6F4700) is known color: Raw Umber. HEX triplet: 6F, 47 and 00. RGB value is (111,71,0). Sum of RGB (Red+Green+Blue) = 111+71+0=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4700 is #90B8FF. Grayscale: #4B4B4B. Windows color (decimal): -9484544 or 18287. OLE color: 18287.

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

Color convert

RGB 111 71 0 -
CMYK 0 0.36 1 0.56
HSL 38.38º 1% 0.22% -
HSV(B) 38.38º 1% 0.44% -
XYZ 8.81 7.89 1.06 -
YUV 74.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 111 71 0 0 0.36 1 0.56 38.38 1 0.22
Hex 6F 47 0 0 24 64 38 26 64 16
Octal 157 107 0 0 44 144 70 46 144 26
Binary 1101111 1000111 0 0 100100 1100100 111000 100110 1100100 10110

Color Harmonies of #6F4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4700

Black with #6F4700

Text Example


Text Example

White with #6F4700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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