Html Css Color HEX #CB6E23 Ochre

📋 copy color: '#CB6E23'

red 203 ◦ green 110 ◦ blue 35

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

Shades of Ochre #CB6E23

Tints of Ochre #CB6E23

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.61%

 BLUE value IS 35 (14.06% from 255) = 10.06%

R = 58.33%
G = 31.61%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB6E23 (or 0xCB6E23) is known color: Ochre. HEX triplet: CB, 6E and 23. RGB value is (203,110,35). Sum of RGB (Red+Green+Blue) = 203+110+35=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6E23 is #3491DC. Grayscale: #818181. Windows color (decimal): -3445213 or 2322123. OLE color: 2322123.

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

Color convert

RGB 203 110 35 -
CMYK 0 0.46 0.83 0.20
HSL 26.79º 0.71% 0.47% -
HSV(B) 26.79º 0.83% 0.8% -
XYZ 30.51 23.97 4.61 -
YUV 129.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 203 110 35 0 0.46 0.83 0.20 26.79 0.71 0.47
Hex CB 6E 23 0 2E 53 14 1B 47 2F
Octal 313 156 43 0 56 123 24 33 107 57
Binary 11001011 1101110 100011 0 101110 1010011 10100 11011 1000111 101111

Color Harmonies of #CB6E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6E23

Black with #CB6E23

Text Example


Text Example

White with #CB6E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6E23; }

 p { color: rgb(203,110,35); }

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

background-color css

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

 a { background-color: rgb(203,110,35); }

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

border-color css

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

 span { border-color: rgb(203,110,35); }

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