Html Css Color HEX #6F4300 Raw Umber

📋 copy color: '#6F4300'

red 111 ◦ green 67 ◦ blue 0

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

Shades of Raw Umber #6F4300

Tints of Raw Umber #6F4300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.64%

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

R = 62.36%
G = 37.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#6F4300 (or 0x6F4300) is known color: Raw Umber. HEX triplet: 6F, 43 and 00. RGB value is (111,67,0). Sum of RGB (Red+Green+Blue) = 111+67+0=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F4300 is #90BCFF. Grayscale: #484848. Windows color (decimal): -9485568 or 17263. OLE color: 17263.

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

Color convert

RGB 111 67 0 -
CMYK 0 0.40 1 0.56
HSL 36.22º 1% 0.22% -
HSV(B) 36.22º 1% 0.44% -
XYZ 8.56 7.39 0.98 -
YUV 72.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 111 67 0 0 0.40 1 0.56 36.22 1 0.22
Hex 6F 43 0 0 28 64 38 24 64 16
Octal 157 103 0 0 50 144 70 44 144 26
Binary 1101111 1000011 0 0 101000 1100100 111000 100100 1100100 10110

Color Harmonies of #6F4300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4300

Black with #6F4300

Text Example


Text Example

White with #6F4300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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