Html Css Color HEX #6F330D Peru Tan

📋 copy color: '#6F330D'

red 111 ◦ green 51 ◦ blue 13

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

Shades of Peru Tan #6F330D

Tints of Peru Tan #6F330D

RGB

 RED value IS 111 (43.75% from 255) = 63.43%

 GREEN value IS 51 (20.31% from 255) = 29.14%

 BLUE value IS 13 (5.47% from 255) = 7.43%

R = 63.43%
G = 29.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F330D (or 0x6F330D) is known color: Peru Tan. HEX triplet: 6F, 33 and 0D. RGB value is (111,51,13). Sum of RGB (Red+Green+Blue) = 111+51+13=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F330D is #90CCF2. Grayscale: #404040. Windows color (decimal): -9489651 or 865135. OLE color: 865135.

HSL color Cylindrical-coordinate representation of color #6F330D: hue angle of 23.27º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F330D is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 51 13 -
CMYK 0 0.54 0.88 0.56
HSL 23.27º 0.79% 0.24% -
HSV(B) 23.27º 0.88% 0.44% -
XYZ 7.81 5.78 1.08 -
YUV 64.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 111 51 13 0 0.54 0.88 0.56 23.27 0.79 0.24
Hex 6F 33 D 0 36 58 38 17 4F 18
Octal 157 63 15 0 66 130 70 27 117 30
Binary 1101111 110011 1101 0 110110 1011000 111000 10111 1001111 11000

Color Harmonies of #6F330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F330D

Black with #6F330D

Text Example


Text Example

White with #6F330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,51,13); }

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

background-color css

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

 a { background-color: rgb(111,51,13); }

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

border-color css

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

 span { border-color: rgb(111,51,13); }

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