Html Css Color HEX #6F5105 Raw Umber

📋 copy color: '#6F5105'

red 111 ◦ green 81 ◦ blue 5

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

Shades of Raw Umber #6F5105

Tints of Raw Umber #6F5105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.12%

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

R = 56.35%
G = 41.12%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F5105 (or 0x6F5105) is known color: Raw Umber. HEX triplet: 6F, 51 and 05. RGB value is (111,81,5). Sum of RGB (Red+Green+Blue) = 111+81+5=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5105 is #90AEFA. Grayscale: #515151. Windows color (decimal): -9481979 or 348527. OLE color: 348527.

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

Color convert

RGB 111 81 5 -
CMYK 0 0.27 0.95 0.56
HSL 43.02º 0.91% 0.23% -
HSV(B) 43.02º 0.95% 0.44% -
XYZ 9.53 9.28 1.43 -
YUV 81.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 111 81 5 0 0.27 0.95 0.56 43.02 0.91 0.23
Hex 6F 51 5 0 1B 5F 38 2B 5B 17
Octal 157 121 5 0 33 137 70 53 133 27
Binary 1101111 1010001 101 0 11011 1011111 111000 101011 1011011 10111

Color Harmonies of #6F5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5105

Black with #6F5105

Text Example


Text Example

White with #6F5105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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