Html Css Color HEX #6F3A05 Raw Umber

📋 copy color: '#6F3A05'

red 111 ◦ green 58 ◦ blue 5

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

Shades of Raw Umber #6F3A05

Tints of Raw Umber #6F3A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.87%

R = 63.79%
G = 33.33%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F3A05 (or 0x6F3A05) is known color: Raw Umber. HEX triplet: 6F, 3A and 05. RGB value is (111,58,5). Sum of RGB (Red+Green+Blue) = 111+58+5=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F3A05 is #90C5FA. Grayscale: #444444. Windows color (decimal): -9487867 or 342639. OLE color: 342639.

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

Color convert

RGB 111 58 5 -
CMYK 0 0.48 0.95 0.56
HSL 30º 0.91% 0.23% -
HSV(B) 30º 0.95% 0.44% -
XYZ 8.1 6.42 0.96 -
YUV 67.81 92.56 158.81 -
System Red Green Blue C M Y K H S L
Decimal 111 58 5 0 0.48 0.95 0.56 30 0.91 0.23
Hex 6F 3A 5 0 30 5F 38 1E 5B 17
Octal 157 72 5 0 60 137 70 36 133 27
Binary 1101111 111010 101 0 110000 1011111 111000 11110 1011011 10111

Color Harmonies of #6F3A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3A05

Black with #6F3A05

Text Example


Text Example

White with #6F3A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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