Html Css Color HEX #6F4A03 Raw Umber

📋 copy color: '#6F4A03'

red 111 ◦ green 74 ◦ blue 3

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

Shades of Raw Umber #6F4A03

Tints of Raw Umber #6F4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.36%

 BLUE value IS 3 (1.56% from 255) = 1.6%

R = 59.04%
G = 39.36%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6F4A03 (or 0x6F4A03) is known color: Raw Umber. HEX triplet: 6F, 4A and 03. RGB value is (111,74,3). Sum of RGB (Red+Green+Blue) = 111+74+3=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4A03 is #90B5FC. Grayscale: #4D4D4D. Windows color (decimal): -9483773 or 215663. OLE color: 215663.

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

Color convert

RGB 111 74 3 -
CMYK 0 0.33 0.97 0.56
HSL 39.44º 0.95% 0.22% -
HSV(B) 39.44º 0.97% 0.44% -
XYZ 9.02 8.28 1.21 -
YUV 76.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 111 74 3 0 0.33 0.97 0.56 39.44 0.95 0.22
Hex 6F 4A 3 0 21 61 38 27 5F 16
Octal 157 112 3 0 41 141 70 47 137 26
Binary 1101111 1001010 11 0 100001 1100001 111000 100111 1011111 10110

Color Harmonies of #6F4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4A03

Black with #6F4A03

Text Example


Text Example

White with #6F4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,74,3); }

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

background-color css

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

 a { background-color: rgb(111,74,3); }

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

border-color css

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

 span { border-color: rgb(111,74,3); }

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