Html Css Color HEX #6F5003 Raw Umber

📋 copy color: '#6F5003'

red 111 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #6F5003

Tints of Raw Umber #6F5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

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

R = 57.22%
G = 41.24%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6F5003 (or 0x6F5003) is known color: Raw Umber. HEX triplet: 6F, 50 and 03. RGB value is (111,80,3). Sum of RGB (Red+Green+Blue) = 111+80+3=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5003 is #90AFFC. Grayscale: #505050. Windows color (decimal): -9482237 or 217199. OLE color: 217199.

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

Color convert

RGB 111 80 3 -
CMYK 0 0.28 0.97 0.56
HSL 42.78º 0.95% 0.22% -
HSV(B) 42.78º 0.97% 0.44% -
XYZ 9.44 9.12 1.35 -
YUV 80.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 111 80 3 0 0.28 0.97 0.56 42.78 0.95 0.22
Hex 6F 50 3 0 1C 61 38 2B 5F 16
Octal 157 120 3 0 34 141 70 53 137 26
Binary 1101111 1010000 11 0 11100 1100001 111000 101011 1011111 10110

Color Harmonies of #6F5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5003

Black with #6F5003

Text Example


Text Example

White with #6F5003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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