Html Css Color HEX #6B2D21 Pueblo

📋 copy color: '#6B2D21'

red 107 ◦ green 45 ◦ blue 33

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

Shades of Pueblo #6B2D21

Tints of Pueblo #6B2D21

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.32%

 BLUE value IS 33 (13.28% from 255) = 17.84%

R = 57.84%
G = 24.32%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6B2D21 (or 0x6B2D21) is known color: Pueblo. HEX triplet: 6B, 2D and 21. RGB value is (107,45,33). Sum of RGB (Red+Green+Blue) = 107+45+33=185 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.84% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D21 is #94D2DE. Grayscale: #3E3E3E. Windows color (decimal): -9753311 or 2174315. OLE color: 2174315.

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

Color convert

RGB 107 45 33 -
CMYK 0 0.58 0.69 0.58
HSL 9.73º 0.53% 0.27% -
HSV(B) 9.73º 0.69% 0.42% -
XYZ 7.28 5.11 2.04 -
YUV 62.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 107 45 33 0 0.58 0.69 0.58 9.73 0.53 0.27
Hex 6B 2D 21 0 3A 45 3A A 35 1B
Octal 153 55 41 0 72 105 72 12 65 33
Binary 1101011 101101 100001 0 111010 1000101 111010 1010 110101 11011

Color Harmonies of #6B2D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2D21

Black with #6B2D21

Text Example


Text Example

White with #6B2D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,45,33); }

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

background-color css

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

 a { background-color: rgb(107,45,33); }

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

border-color css

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

 span { border-color: rgb(107,45,33); }

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