Html Css Color HEX #6B3429 Pueblo

📋 copy color: '#6B3429'

red 107 ◦ green 52 ◦ blue 41

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

Shades of Pueblo #6B3429

Tints of Pueblo #6B3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 41 (16.41% from 255) = 20.5%

R = 53.5%
G = 26%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.58

RGB Variations

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

Color information

#6B3429 (or 0x6B3429) is known color: Pueblo. HEX triplet: 6B, 34 and 29. RGB value is (107,52,41). Sum of RGB (Red+Green+Blue) = 107+52+41=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3429 is #94CBD6. Grayscale: #434343. Windows color (decimal): -9751511 or 2700395. OLE color: 2700395.

HSL color Cylindrical-coordinate representation of color #6B3429: hue angle of 10º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B3429 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 52 41 -
CMYK 0 0.51 0.62 0.58
HSL 10º 0.45% 0.29% -
HSV(B) 10º 0.62% 0.42% -
XYZ 7.69 5.74 2.8 -
YUV 67.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 107 52 41 0 0.51 0.62 0.58 10 0.45 0.29
Hex 6B 34 29 0 33 3E 3A A 2D 1D
Octal 153 64 51 0 63 76 72 12 55 35
Binary 1101011 110100 101001 0 110011 111110 111010 1010 101101 11101

Color Harmonies of #6B3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3429

Black with #6B3429

Text Example


Text Example

White with #6B3429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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