Html Css Color HEX #6B3625 Pueblo

📋 copy color: '#6B3625'

red 107 ◦ green 54 ◦ blue 37

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

Shades of Pueblo #6B3625

Tints of Pueblo #6B3625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.27%

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

R = 54.04%
G = 27.27%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6B3625 (or 0x6B3625) is known color: Pueblo. HEX triplet: 6B, 36 and 25. RGB value is (107,54,37). Sum of RGB (Red+Green+Blue) = 107+54+37=198 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.04% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3625 is #94C9DA. Grayscale: #444444. Windows color (decimal): -9751003 or 2438763. OLE color: 2438763.

HSL color Cylindrical-coordinate representation of color #6B3625: hue angle of 14.57º 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 #6B3625 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 54 37 -
CMYK 0 0.50 0.65 0.58
HSL 14.57º 0.49% 0.28% -
HSV(B) 14.57º 0.65% 0.42% -
XYZ 7.72 5.9 2.48 -
YUV 67.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 107 54 37 0 0.50 0.65 0.58 14.57 0.49 0.28
Hex 6B 36 25 0 32 41 3A F 31 1C
Octal 153 66 45 0 62 101 72 17 61 34
Binary 1101011 110110 100101 0 110010 1000001 111010 1111 110001 11100

Color Harmonies of #6B3625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3625

Black with #6B3625

Text Example


Text Example

White with #6B3625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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