Html Css Color HEX #6F420A Raw Umber

📋 copy color: '#6F420A'

red 111 ◦ green 66 ◦ blue 10

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

Shades of Raw Umber #6F420A

Tints of Raw Umber #6F420A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 10 (4.3% from 255) = 5.35%

R = 59.36%
G = 35.29%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F420A (or 0x6F420A) is known color: Raw Umber. HEX triplet: 6F, 42 and 0A. RGB value is (111,66,10). Sum of RGB (Red+Green+Blue) = 111+66+10=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F420A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F420A is #90BDF5. Grayscale: #494949. Windows color (decimal): -9485814 or 672367. OLE color: 672367.

HSL color Cylindrical-coordinate representation of color #6F420A: hue angle of 33.27º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F420A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 66 10 -
CMYK 0 0.41 0.91 0.56
HSL 33.27º 0.83% 0.24% -
HSV(B) 33.27º 0.91% 0.44% -
XYZ 8.56 7.3 1.24 -
YUV 73.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 111 66 10 0 0.41 0.91 0.56 33.27 0.83 0.24
Hex 6F 42 A 0 29 5B 38 21 53 18
Octal 157 102 12 0 51 133 70 41 123 30
Binary 1101111 1000010 1010 0 101001 1011011 111000 100001 1010011 11000

Color Harmonies of #6F420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F420A

Black with #6F420A

Text Example


Text Example

White with #6F420A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,10); }

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

background-color css

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

 a { background-color: rgb(111,66,10); }

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

border-color css

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

 span { border-color: rgb(111,66,10); }

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