Html Css Color HEX #6B5304 Raw Umber

📋 copy color: '#6B5304'

red 107 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #6B5304

Tints of Raw Umber #6B5304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 55.15%
G = 42.78%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6B5304 (or 0x6B5304) is known color: Raw Umber. HEX triplet: 6B, 53 and 04. RGB value is (107,83,4). Sum of RGB (Red+Green+Blue) = 107+83+4=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5304 is #94ACFB. Grayscale: #515151. Windows color (decimal): -9743612 or 283499. OLE color: 283499.

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

Color convert

RGB 107 83 4 -
CMYK 0 0.22 0.96 0.58
HSL 46.02º 0.93% 0.22% -
HSV(B) 46.02º 0.96% 0.42% -
XYZ 9.18 9.32 1.43 -
YUV 81.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 107 83 4 0 0.22 0.96 0.58 46.02 0.93 0.22
Hex 6B 53 4 0 16 60 3A 2E 5D 16
Octal 153 123 4 0 26 140 72 56 135 26
Binary 1101011 1010011 100 0 10110 1100000 111010 101110 1011101 10110

Color Harmonies of #6B5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5304

Black with #6B5304

Text Example


Text Example

White with #6B5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,83,4); }

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

background-color css

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

 a { background-color: rgb(107,83,4); }

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

border-color css

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

 span { border-color: rgb(107,83,4); }

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