Html Css Color HEX #6B4600 Raw Umber

📋 copy color: '#6B4600'

red 107 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #6B4600

Tints of Raw Umber #6B4600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.45%
G = 39.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6B4600 (or 0x6B4600) is known color: Raw Umber. HEX triplet: 6B, 46 and 00. RGB value is (107,70,0). Sum of RGB (Red+Green+Blue) = 107+70+0=177 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.45% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4600 is #94B9FF. Grayscale: #494949. Windows color (decimal): -9746944 or 18027. OLE color: 18027.

HSL color Cylindrical-coordinate representation of color #6B4600: hue angle of 39.25º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B4600 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 70 0 -
CMYK 0 0.35 1 0.58
HSL 39.25º 1% 0.21% -
HSV(B) 39.25º 1% 0.42% -
XYZ 8.25 7.51 1.01 -
YUV 73.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 107 70 0 0 0.35 1 0.58 39.25 1 0.21
Hex 6B 46 0 0 23 64 3A 27 64 15
Octal 153 106 0 0 43 144 72 47 144 25
Binary 1101011 1000110 0 0 100011 1100100 111010 100111 1100100 10101

Color Harmonies of #6B4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4600

Black with #6B4600

Text Example


Text Example

White with #6B4600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,0); }

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

background-color css

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

 a { background-color: rgb(107,70,0); }

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

border-color css

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

 span { border-color: rgb(107,70,0); }

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