Html Css Color HEX #C68428 Geebung

📋 copy color: '#C68428'

red 198 ◦ green 132 ◦ blue 40

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

Shades of Geebung #C68428

Tints of Geebung #C68428

RGB

 RED value IS 198 (77.73% from 255) = 53.51%

 GREEN value IS 132 (51.95% from 255) = 35.68%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 53.51%
G = 35.68%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C68428 (or 0xC68428) is known color: Geebung. HEX triplet: C6, 84 and 28. RGB value is (198,132,40). Sum of RGB (Red+Green+Blue) = 198+132+40=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68428 is #397BD7. Grayscale: #8D8D8D. Windows color (decimal): -3767256 or 2655430. OLE color: 2655430.

HSL color Cylindrical-coordinate representation of color #C68428: hue angle of 34.94º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C68428 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 132 40 -
CMYK 0 0.33 0.80 0.22
HSL 34.94º 0.66% 0.47% -
HSV(B) 34.94º 0.8% 0.78% -
XYZ 31.92 28.66 5.86 -
YUV 141.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 198 132 40 0 0.33 0.80 0.22 34.94 0.66 0.47
Hex C6 84 28 0 21 50 16 23 42 2F
Octal 306 204 50 0 41 120 26 43 102 57
Binary 11000110 10000100 101000 0 100001 1010000 10110 100011 1000010 101111

Color Harmonies of #C68428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68428

Black with #C68428

Text Example


Text Example

White with #C68428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68428; }

 p { color: rgb(198,132,40); }

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

background-color css

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

 a { background-color: rgb(198,132,40); }

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

border-color css

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

 span { border-color: rgb(198,132,40); }

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