Html Css Color HEX #6B3325 Pueblo

📋 copy color: '#6B3325'

red 107 ◦ green 51 ◦ blue 37

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

Shades of Pueblo #6B3325

Tints of Pueblo #6B3325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.97%

R = 54.87%
G = 26.15%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B3325 (or 0x6B3325) is known color: Pueblo. HEX triplet: 6B, 33 and 25. RGB value is (107,51,37). Sum of RGB (Red+Green+Blue) = 107+51+37=195 (25% of max value = 765). Red value is 107 (42.19% from 255 or 54.87% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3325 is #94CCDA. Grayscale: #424242. Windows color (decimal): -9751771 or 2437995. OLE color: 2437995.

HSL color Cylindrical-coordinate representation of color #6B3325: hue angle of 12º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B3325 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 51 37 -
CMYK 0 0.52 0.65 0.58
HSL 12º 0.49% 0.28% -
HSV(B) 12º 0.65% 0.42% -
XYZ 7.58 5.63 2.44 -
YUV 66.15 111.55 157.14 -
System Red Green Blue C M Y K H S L
Decimal 107 51 37 0 0.52 0.65 0.58 12 0.49 0.28
Hex 6B 33 25 0 34 41 3A C 31 1C
Octal 153 63 45 0 64 101 72 14 61 34
Binary 1101011 110011 100101 0 110100 1000001 111010 1100 110001 11100

Color Harmonies of #6B3325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3325

Black with #6B3325

Text Example


Text Example

White with #6B3325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,51,37); }

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

background-color css

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

 a { background-color: rgb(107,51,37); }

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

border-color css

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

 span { border-color: rgb(107,51,37); }

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