Html Css Color HEX #6F3A04 Raw Umber

📋 copy color: '#6F3A04'

red 111 ◦ green 58 ◦ blue 4

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

Shades of Raw Umber #6F3A04

Tints of Raw Umber #6F3A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.53%

 BLUE value IS 4 (1.95% from 255) = 2.31%

R = 64.16%
G = 33.53%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F3A04 (or 0x6F3A04) is known color: Raw Umber. HEX triplet: 6F, 3A and 04. RGB value is (111,58,4). Sum of RGB (Red+Green+Blue) = 111+58+4=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 4 (1.95% from 255 or 2.31% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3A04 is #90C5FB. Grayscale: #434343. Windows color (decimal): -9487868 or 277103. OLE color: 277103.

HSL color Cylindrical-coordinate representation of color #6F3A04: hue angle of 30.28º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F3A04 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 58 4 -
CMYK 0 0.48 0.96 0.56
HSL 30.28º 0.93% 0.23% -
HSV(B) 30.28º 0.96% 0.44% -
XYZ 8.09 6.41 0.93 -
YUV 67.69 92.06 158.89 -
System Red Green Blue C M Y K H S L
Decimal 111 58 4 0 0.48 0.96 0.56 30.28 0.93 0.23
Hex 6F 3A 4 0 30 60 38 1E 5D 17
Octal 157 72 4 0 60 140 70 36 135 27
Binary 1101111 111010 100 0 110000 1100000 111000 11110 1011101 10111

Color Harmonies of #6F3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A04

Black with #6F3A04

Text Example


Text Example

White with #6F3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,58,4); }

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

background-color css

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

 a { background-color: rgb(111,58,4); }

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

border-color css

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

 span { border-color: rgb(111,58,4); }

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