Html Css Color HEX #6B3D19 Peru Tan

📋 copy color: '#6B3D19'

red 107 ◦ green 61 ◦ blue 25

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

Shades of Peru Tan #6B3D19

Tints of Peru Tan #6B3D19

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.61%

 BLUE value IS 25 (10.16% from 255) = 12.95%

R = 55.44%
G = 31.61%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#6B3D19 (or 0x6B3D19) is known color: Peru Tan. HEX triplet: 6B, 3D and 19. RGB value is (107,61,25). Sum of RGB (Red+Green+Blue) = 107+61+25=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B3D19 is #94C2E6. Grayscale: #464646. Windows color (decimal): -9749223 or 1654123. OLE color: 1654123.

HSL color Cylindrical-coordinate representation of color #6B3D19: hue angle of 26.34º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B3D19 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 61 25 -
CMYK 0 0.43 0.77 0.58
HSL 26.34º 0.62% 0.26% -
HSV(B) 26.34º 0.77% 0.42% -
XYZ 7.91 6.53 1.76 -
YUV 70.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 107 61 25 0 0.43 0.77 0.58 26.34 0.62 0.26
Hex 6B 3D 19 0 2B 4D 3A 1A 3E 1A
Octal 153 75 31 0 53 115 72 32 76 32
Binary 1101011 111101 11001 0 101011 1001101 111010 11010 111110 11010

Color Harmonies of #6B3D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3D19

Black with #6B3D19

Text Example


Text Example

White with #6B3D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,61,25); }

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

background-color css

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

 a { background-color: rgb(107,61,25); }

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

border-color css

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

 span { border-color: rgb(107,61,25); }

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