Html Css Color HEX #6C530C Raw Umber

📋 copy color: '#6C530C'

red 108 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #6C530C

Tints of Raw Umber #6C530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.89%

 BLUE value IS 12 (5.08% from 255) = 5.91%

R = 53.2%
G = 40.89%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C530C (or 0x6C530C) is known color: Raw Umber. HEX triplet: 6C, 53 and 0C. RGB value is (108,83,12). Sum of RGB (Red+Green+Blue) = 108+83+12=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C530C is #93ACF3. Grayscale: #525252. Windows color (decimal): -9678068 or 807788. OLE color: 807788.

HSL color Cylindrical-coordinate representation of color #6C530C: hue angle of 44.38º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C530C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 83 12 -
CMYK 0 0.23 0.89 0.58
HSL 44.38º 0.8% 0.24% -
HSV(B) 44.38º 0.89% 0.42% -
XYZ 9.34 9.4 1.67 -
YUV 82.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 108 83 12 0 0.23 0.89 0.58 44.38 0.8 0.24
Hex 6C 53 C 0 17 59 3A 2C 50 18
Octal 154 123 14 0 27 131 72 54 120 30
Binary 1101100 1010011 1100 0 10111 1011001 111010 101100 1010000 11000

Color Harmonies of #6C530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C530C

Black with #6C530C

Text Example


Text Example

White with #6C530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,83,12); }

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

background-color css

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

 a { background-color: rgb(108,83,12); }

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

border-color css

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

 span { border-color: rgb(108,83,12); }

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