Html Css Color HEX #6F4900 Raw Umber

📋 copy color: '#6F4900'

red 111 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #6F4900

Tints of Raw Umber #6F4900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

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

R = 60.33%
G = 39.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F4900 (or 0x6F4900) is known color: Raw Umber. HEX triplet: 6F, 49 and 00. RGB value is (111,73,0). Sum of RGB (Red+Green+Blue) = 111+73+0=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4900 is #90B6FF. Grayscale: #4C4C4C. Windows color (decimal): -9484032 or 18799. OLE color: 18799.

HSL color Cylindrical-coordinate representation of color #6F4900: hue angle of 39.46º 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 #6F4900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 73 0 -
CMYK 0 0.34 1 0.56
HSL 39.46º 1% 0.22% -
HSV(B) 39.46º 1% 0.44% -
XYZ 8.94 8.14 1.1 -
YUV 76.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 111 73 0 0 0.34 1 0.56 39.46 1 0.22
Hex 6F 49 0 0 22 64 38 27 64 16
Octal 157 111 0 0 42 144 70 47 144 26
Binary 1101111 1001001 0 0 100010 1100100 111000 100111 1100100 10110

Color Harmonies of #6F4900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4900

Black with #6F4900

Text Example


Text Example

White with #6F4900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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