Html Css Color HEX #6B3B1D Peru Tan

📋 copy color: '#6B3B1D'

red 107 ◦ green 59 ◦ blue 29

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

Shades of Peru Tan #6B3B1D

Tints of Peru Tan #6B3B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 54.87%
G = 30.26%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B3B1D (or 0x6B3B1D) is known color: Peru Tan. HEX triplet: 6B, 3B and 1D. RGB value is (107,59,29). Sum of RGB (Red+Green+Blue) = 107+59+29=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3B1D is #94C4E2. Grayscale: #464646. Windows color (decimal): -9749731 or 1915755. OLE color: 1915755.

HSL color Cylindrical-coordinate representation of color #6B3B1D: hue angle of 23.08º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B3B1D is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 59 29 -
CMYK 0 0.45 0.73 0.58
HSL 23.08º 0.57% 0.27% -
HSV(B) 23.08º 0.73% 0.42% -
XYZ 7.85 6.34 1.97 -
YUV 69.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 107 59 29 0 0.45 0.73 0.58 23.08 0.57 0.27
Hex 6B 3B 1D 0 2D 49 3A 17 39 1B
Octal 153 73 35 0 55 111 72 27 71 33
Binary 1101011 111011 11101 0 101101 1001001 111010 10111 111001 11011

Color Harmonies of #6B3B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3B1D

Black with #6B3B1D

Text Example


Text Example

White with #6B3B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,59,29); }

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

background-color css

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

 a { background-color: rgb(107,59,29); }

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

border-color css

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

 span { border-color: rgb(107,59,29); }

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