Html Css Color HEX #6B2920 Pueblo

📋 copy color: '#6B2920'

red 107 ◦ green 41 ◦ blue 32

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

Shades of Pueblo #6B2920

Tints of Pueblo #6B2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 32 (12.89% from 255) = 17.78%

R = 59.44%
G = 22.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6B2920 (or 0x6B2920) is known color: Pueblo. HEX triplet: 6B, 29 and 20. RGB value is (107,41,32). Sum of RGB (Red+Green+Blue) = 107+41+32=180 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2920 is #94D6DF. Grayscale: #3B3B3B. Windows color (decimal): -9754336 or 2107755. OLE color: 2107755.

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

Color convert

RGB 107 41 32 -
CMYK 0 0.62 0.70 0.58
HSL 7.2º 0.54% 0.27% -
HSV(B) 7.2º 0.7% 0.42% -
XYZ 7.12 4.82 1.92 -
YUV 59.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 107 41 32 0 0.62 0.70 0.58 7.2 0.54 0.27
Hex 6B 29 20 0 3E 46 3A 7 36 1B
Octal 153 51 40 0 76 106 72 7 66 33
Binary 1101011 101001 100000 0 111110 1000110 111010 111 110110 11011

Color Harmonies of #6B2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2920

Black with #6B2920

Text Example


Text Example

White with #6B2920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,41,32); }

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

background-color css

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

 a { background-color: rgb(107,41,32); }

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

border-color css

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

 span { border-color: rgb(107,41,32); }

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