Html Css Color HEX #6F5300 Raw Umber

📋 copy color: '#6F5300'

red 111 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #6F5300

Tints of Raw Umber #6F5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.22%
G = 42.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F5300 (or 0x6F5300) is known color: Raw Umber. HEX triplet: 6F, 53 and 00. RGB value is (111,83,0). Sum of RGB (Red+Green+Blue) = 111+83+0=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5300 is #90ACFF. Grayscale: #525252. Windows color (decimal): -9481472 or 21359. OLE color: 21359.

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

Color convert

RGB 111 83 0 -
CMYK 0 0.25 1 0.56
HSL 44.86º 1% 0.22% -
HSV(B) 44.86º 1% 0.44% -
XYZ 9.65 9.57 1.34 -
YUV 81.91 81.78 148.75 -
System Red Green Blue C M Y K H S L
Decimal 111 83 0 0 0.25 1 0.56 44.86 1 0.22
Hex 6F 53 0 0 19 64 38 2D 64 16
Octal 157 123 0 0 31 144 70 55 144 26
Binary 1101111 1010011 0 0 11001 1100100 111000 101101 1100100 10110

Color Harmonies of #6F5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5300

Black with #6F5300

Text Example


Text Example

White with #6F5300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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