Html Css Color HEX #CB6726 Chocolate

📋 copy color: '#CB6726'

red 203 ◦ green 103 ◦ blue 38

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

Shades of Chocolate #CB6726

Tints of Chocolate #CB6726

RGB

 RED value IS 203 (79.69% from 255) = 59.01%

 GREEN value IS 103 (40.63% from 255) = 29.94%

 BLUE value IS 38 (15.23% from 255) = 11.05%

R = 59.01%
G = 29.94%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB6726 (or 0xCB6726) is known color: Chocolate. HEX triplet: CB, 67 and 26. RGB value is (203,103,38). Sum of RGB (Red+Green+Blue) = 203+103+38=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6726 is #3498D9. Grayscale: #7D7D7D. Windows color (decimal): -3447002 or 2516939. OLE color: 2516939.

HSL color Cylindrical-coordinate representation of color #CB6726: hue angle of 23.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB6726 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 103 38 -
CMYK 0 0.49 0.81 0.20
HSL 23.64º 0.68% 0.47% -
HSV(B) 23.64º 0.81% 0.8% -
XYZ 29.83 22.54 4.61 -
YUV 125.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 203 103 38 0 0.49 0.81 0.20 23.64 0.68 0.47
Hex CB 67 26 0 31 51 14 18 44 2F
Octal 313 147 46 0 61 121 24 30 104 57
Binary 11001011 1100111 100110 0 110001 1010001 10100 11000 1000100 101111

Color Harmonies of #CB6726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6726

Black with #CB6726

Text Example


Text Example

White with #CB6726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6726; }

 p { color: rgb(203,103,38); }

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

background-color css

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

 a { background-color: rgb(203,103,38); }

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

border-color css

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

 span { border-color: rgb(203,103,38); }

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