Html Css Color HEX #6F5305 Raw Umber

📋 copy color: '#6F5305'

red 111 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #6F5305

Tints of Raw Umber #6F5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.71%

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

R = 55.78%
G = 41.71%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F5305 (or 0x6F5305) is known color: Raw Umber. HEX triplet: 6F, 53 and 05. RGB value is (111,83,5). Sum of RGB (Red+Green+Blue) = 111+83+5=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5305 is #90ACFA. Grayscale: #525252. Windows color (decimal): -9481467 or 349039. OLE color: 349039.

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

Color convert

RGB 111 83 5 -
CMYK 0 0.25 0.95 0.56
HSL 44.15º 0.91% 0.23% -
HSV(B) 44.15º 0.95% 0.44% -
XYZ 9.68 9.58 1.48 -
YUV 82.48 84.28 148.34 -
System Red Green Blue C M Y K H S L
Decimal 111 83 5 0 0.25 0.95 0.56 44.15 0.91 0.23
Hex 6F 53 5 0 19 5F 38 2C 5B 17
Octal 157 123 5 0 31 137 70 54 133 27
Binary 1101111 1010011 101 0 11001 1011111 111000 101100 1011011 10111

Color Harmonies of #6F5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5305

Black with #6F5305

Text Example


Text Example

White with #6F5305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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