Html Css Color HEX #6B5305 Raw Umber

📋 copy color: '#6B5305'

red 107 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #6B5305

Tints of Raw Umber #6B5305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.56%

R = 54.87%
G = 42.56%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B5305 (or 0x6B5305) is known color: Raw Umber. HEX triplet: 6B, 53 and 05. RGB value is (107,83,5). Sum of RGB (Red+Green+Blue) = 107+83+5=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5305 is #94ACFA. Grayscale: #515151. Windows color (decimal): -9743611 or 349035. OLE color: 349035.

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

Color convert

RGB 107 83 5 -
CMYK 0 0.22 0.95 0.58
HSL 45.88º 0.91% 0.22% -
HSV(B) 45.88º 0.95% 0.42% -
XYZ 9.18 9.32 1.46 -
YUV 81.28 84.95 146.34 -
System Red Green Blue C M Y K H S L
Decimal 107 83 5 0 0.22 0.95 0.58 45.88 0.91 0.22
Hex 6B 53 5 0 16 5F 3A 2E 5B 16
Octal 153 123 5 0 26 137 72 56 133 26
Binary 1101011 1010011 101 0 10110 1011111 111010 101110 1011011 10110

Color Harmonies of #6B5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5305

Black with #6B5305

Text Example


Text Example

White with #6B5305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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