Html Css Color HEX #6F5316 Raw Umber

📋 copy color: '#6F5316'

red 111 ◦ green 83 ◦ blue 22

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

Shades of Raw Umber #6F5316

Tints of Raw Umber #6F5316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 51.39%
G = 38.43%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F5316 (or 0x6F5316) is known color: Raw Umber. HEX triplet: 6F, 53 and 16. RGB value is (111,83,22). Sum of RGB (Red+Green+Blue) = 111+83+22=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5316 is #90ACE9. Grayscale: #545454. Windows color (decimal): -9481450 or 1463151. OLE color: 1463151.

HSL color Cylindrical-coordinate representation of color #6F5316: hue angle of 41.12º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F5316 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 83 22 -
CMYK 0 0.25 0.80 0.56
HSL 41.12º 0.67% 0.26% -
HSV(B) 41.12º 0.8% 0.44% -
XYZ 9.79 9.62 2.1 -
YUV 84.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 111 83 22 0 0.25 0.80 0.56 41.12 0.67 0.26
Hex 6F 53 16 0 19 50 38 29 43 1A
Octal 157 123 26 0 31 120 70 51 103 32
Binary 1101111 1010011 10110 0 11001 1010000 111000 101001 1000011 11010

Color Harmonies of #6F5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5316

Black with #6F5316

Text Example


Text Example

White with #6F5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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