Html Css Color HEX #6F4C1A Raw Umber

📋 copy color: '#6F4C1A'

red 111 ◦ green 76 ◦ blue 26

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

Shades of Raw Umber #6F4C1A

Tints of Raw Umber #6F4C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 52.11%
G = 35.68%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6F4C1A (or 0x6F4C1A) is known color: Raw Umber. HEX triplet: 6F, 4C and 1A. RGB value is (111,76,26). Sum of RGB (Red+Green+Blue) = 111+76+26=213 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.11% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4C1A is #90B3E5. Grayscale: #505050. Windows color (decimal): -9483238 or 1723503. OLE color: 1723503.

HSL color Cylindrical-coordinate representation of color #6F4C1A: hue angle of 35.29º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F4C1A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 76 26 -
CMYK 0 0.32 0.77 0.56
HSL 35.29º 0.62% 0.27% -
HSV(B) 35.29º 0.77% 0.44% -
XYZ 9.33 8.62 2.15 -
YUV 80.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 111 76 26 0 0.32 0.77 0.56 35.29 0.62 0.27
Hex 6F 4C 1A 0 20 4D 38 23 3E 1B
Octal 157 114 32 0 40 115 70 43 76 33
Binary 1101111 1001100 11010 0 100000 1001101 111000 100011 111110 11011

Color Harmonies of #6F4C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4C1A

Black with #6F4C1A

Text Example


Text Example

White with #6F4C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,76,26); }

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

background-color css

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

 a { background-color: rgb(111,76,26); }

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

border-color css

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

 span { border-color: rgb(111,76,26); }

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