Html Css Color HEX #6C440B Raw Umber

📋 copy color: '#6C440B'

red 108 ◦ green 68 ◦ blue 11

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

Shades of Raw Umber #6C440B

Tints of Raw Umber #6C440B

RGB

 RED value IS 108 (42.58% from 255) = 57.75%

 GREEN value IS 68 (26.95% from 255) = 36.36%

 BLUE value IS 11 (4.69% from 255) = 5.88%

R = 57.75%
G = 36.36%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.58

RGB Variations

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

Color information

#6C440B (or 0x6C440B) is known color: Raw Umber. HEX triplet: 6C, 44 and 0B. RGB value is (108,68,11). Sum of RGB (Red+Green+Blue) = 108+68+11=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C440B is #93BBF4. Grayscale: #494949. Windows color (decimal): -9681909 or 738412. OLE color: 738412.

HSL color Cylindrical-coordinate representation of color #6C440B: hue angle of 35.26º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C440B is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 68 11 -
CMYK 0 0.37 0.90 0.58
HSL 35.26º 0.82% 0.23% -
HSV(B) 35.26º 0.9% 0.42% -
XYZ 8.31 7.35 1.3 -
YUV 73.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 108 68 11 0 0.37 0.90 0.58 35.26 0.82 0.23
Hex 6C 44 B 0 25 5A 3A 23 52 17
Octal 154 104 13 0 45 132 72 43 122 27
Binary 1101100 1000100 1011 0 100101 1011010 111010 100011 1010010 10111

Color Harmonies of #6C440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C440B

Black with #6C440B

Text Example


Text Example

White with #6C440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,68,11); }

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

background-color css

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

 a { background-color: rgb(108,68,11); }

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

border-color css

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

 span { border-color: rgb(108,68,11); }

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