Html Css Color HEX #6F3805 Raw Umber

📋 copy color: '#6F3805'

red 111 ◦ green 56 ◦ blue 5

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

Shades of Raw Umber #6F3805

Tints of Raw Umber #6F3805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.56%

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 64.53%
G = 32.56%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F3805 (or 0x6F3805) is known color: Raw Umber. HEX triplet: 6F, 38 and 05. RGB value is (111,56,5). Sum of RGB (Red+Green+Blue) = 111+56+5=172 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.53% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3805 is #90C7FA. Grayscale: #424242. Windows color (decimal): -9488379 or 342127. OLE color: 342127.

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

Color convert

RGB 111 56 5 -
CMYK 0 0.50 0.95 0.56
HSL 28.87º 0.91% 0.23% -
HSV(B) 28.87º 0.95% 0.44% -
XYZ 8 6.22 0.92 -
YUV 66.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 111 56 5 0 0.50 0.95 0.56 28.87 0.91 0.23
Hex 6F 38 5 0 32 5F 38 1D 5B 17
Octal 157 70 5 0 62 137 70 35 133 27
Binary 1101111 111000 101 0 110010 1011111 111000 11101 1011011 10111

Color Harmonies of #6F3805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3805

Black with #6F3805

Text Example


Text Example

White with #6F3805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,56,5); }

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

background-color css

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

 a { background-color: rgb(111,56,5); }

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

border-color css

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

 span { border-color: rgb(111,56,5); }

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