Html Css Color HEX #6B500C Raw Umber

📋 copy color: '#6B500C'

red 107 ◦ green 80 ◦ blue 12

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

Shades of Raw Umber #6B500C

Tints of Raw Umber #6B500C

RGB

 RED value IS 107 (42.19% from 255) = 53.77%

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 53.77%
G = 40.2%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6B500C (or 0x6B500C) is known color: Raw Umber. HEX triplet: 6B, 50 and 0C. RGB value is (107,80,12). Sum of RGB (Red+Green+Blue) = 107+80+12=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B500C is #94AFF3. Grayscale: #505050. Windows color (decimal): -9744372 or 807019. OLE color: 807019.

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

Color convert

RGB 107 80 12 -
CMYK 0 0.25 0.89 0.58
HSL 42.95º 0.8% 0.23% -
HSV(B) 42.95º 0.89% 0.42% -
XYZ 9 8.89 1.59 -
YUV 80.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 107 80 12 0 0.25 0.89 0.58 42.95 0.8 0.23
Hex 6B 50 C 0 19 59 3A 2B 50 17
Octal 153 120 14 0 31 131 72 53 120 27
Binary 1101011 1010000 1100 0 11001 1011001 111010 101011 1010000 10111

Color Harmonies of #6B500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B500C

Black with #6B500C

Text Example


Text Example

White with #6B500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,12); }

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

background-color css

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

 a { background-color: rgb(107,80,12); }

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

border-color css

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

 span { border-color: rgb(107,80,12); }

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