Html Css Color HEX #6F330F Peru Tan

📋 copy color: '#6F330F'

red 111 ◦ green 51 ◦ blue 15

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

Shades of Peru Tan #6F330F

Tints of Peru Tan #6F330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.47%

R = 62.71%
G = 28.81%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#6F330F (or 0x6F330F) is known color: Peru Tan. HEX triplet: 6F, 33 and 0F. RGB value is (111,51,15). Sum of RGB (Red+Green+Blue) = 111+51+15=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F330F is #90CCF0. Grayscale: #414141. Windows color (decimal): -9489649 or 996207. OLE color: 996207.

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

Color convert

RGB 111 51 15 -
CMYK 0 0.54 0.86 0.56
HSL 22.5º 0.76% 0.25% -
HSV(B) 22.5º 0.86% 0.44% -
XYZ 7.83 5.78 1.16 -
YUV 64.84 99.88 160.93 -
System Red Green Blue C M Y K H S L
Decimal 111 51 15 0 0.54 0.86 0.56 22.5 0.76 0.25
Hex 6F 33 F 0 36 56 38 16 4C 19
Octal 157 63 17 0 66 126 70 26 114 31
Binary 1101111 110011 1111 0 110110 1010110 111000 10110 1001100 11001

Color Harmonies of #6F330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F330F

Black with #6F330F

Text Example


Text Example

White with #6F330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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