Html Css Color HEX #6B391C Peru Tan

📋 copy color: '#6B391C'

red 107 ◦ green 57 ◦ blue 28

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

Shades of Peru Tan #6B391C

Tints of Peru Tan #6B391C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

 BLUE value IS 28 (11.33% from 255) = 14.58%

R = 55.73%
G = 29.69%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B391C (or 0x6B391C) is known color: Peru Tan. HEX triplet: 6B, 39 and 1C. RGB value is (107,57,28). Sum of RGB (Red+Green+Blue) = 107+57+28=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B391C is #94C6E3. Grayscale: #444444. Windows color (decimal): -9750244 or 1849707. OLE color: 1849707.

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

Color convert

RGB 107 57 28 -
CMYK 0 0.47 0.74 0.58
HSL 22.03º 0.59% 0.26% -
HSV(B) 22.03º 0.74% 0.42% -
XYZ 7.74 6.14 1.88 -
YUV 68.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 107 57 28 0 0.47 0.74 0.58 22.03 0.59 0.26
Hex 6B 39 1C 0 2F 4A 3A 16 3B 1A
Octal 153 71 34 0 57 112 72 26 73 32
Binary 1101011 111001 11100 0 101111 1001010 111010 10110 111011 11010

Color Harmonies of #6B391C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B391C

Black with #6B391C

Text Example


Text Example

White with #6B391C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,28); }

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

background-color css

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

 a { background-color: rgb(107,57,28); }

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

border-color css

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

 span { border-color: rgb(107,57,28); }

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