Html Css Color HEX #6F4500 Raw Umber

📋 copy color: '#6F4500'

red 111 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #6F4500

Tints of Raw Umber #6F4500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

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

R = 61.67%
G = 38.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F4500 (or 0x6F4500) is known color: Raw Umber. HEX triplet: 6F, 45 and 00. RGB value is (111,69,0). Sum of RGB (Red+Green+Blue) = 111+69+0=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4500 is #90BAFF. Grayscale: #4A4A4A. Windows color (decimal): -9485056 or 17775. OLE color: 17775.

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

Color convert

RGB 111 69 0 -
CMYK 0 0.38 1 0.56
HSL 37.3º 1% 0.22% -
HSV(B) 37.3º 1% 0.44% -
XYZ 8.68 7.64 1.02 -
YUV 73.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 111 69 0 0 0.38 1 0.56 37.3 1 0.22
Hex 6F 45 0 0 26 64 38 25 64 16
Octal 157 105 0 0 46 144 70 45 144 26
Binary 1101111 1000101 0 0 100110 1100100 111000 100101 1100100 10110

Color Harmonies of #6F4500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4500

Black with #6F4500

Text Example


Text Example

White with #6F4500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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