Html Css Color HEX #6F4003 Raw Umber

📋 copy color: '#6F4003'

red 111 ◦ green 64 ◦ blue 3

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

Shades of Raw Umber #6F4003

Tints of Raw Umber #6F4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 62.36%
G = 35.96%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6F4003 (or 0x6F4003) is known color: Raw Umber. HEX triplet: 6F, 40 and 03. RGB value is (111,64,3). Sum of RGB (Red+Green+Blue) = 111+64+3=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4003 is #90BFFC. Grayscale: #474747. Windows color (decimal): -9486333 or 213103. OLE color: 213103.

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

Color convert

RGB 111 64 3 -
CMYK 0 0.42 0.97 0.56
HSL 33.89º 0.95% 0.22% -
HSV(B) 33.89º 0.97% 0.44% -
XYZ 8.41 7.05 1 -
YUV 71.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 111 64 3 0 0.42 0.97 0.56 33.89 0.95 0.22
Hex 6F 40 3 0 2A 61 38 22 5F 16
Octal 157 100 3 0 52 141 70 42 137 26
Binary 1101111 1000000 11 0 101010 1100001 111000 100010 1011111 10110

Color Harmonies of #6F4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4003

Black with #6F4003

Text Example


Text Example

White with #6F4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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